Add support for custom games (shard 4): custom game UI templates and assets - #4
Open
dejabot wants to merge 1 commit into
Open
Add support for custom games (shard 4): custom game UI templates and assets#4dejabot wants to merge 1 commit into
dejabot wants to merge 1 commit into
Conversation
Author
dejabot
force-pushed
the
custom-games-shard-3
branch
from
July 14, 2026 08:41
0054cdd to
4802d46
Compare
dejabot
force-pushed
the
custom-games-shard-4
branch
from
July 14, 2026 08:41
98c5b4f to
7eccb28
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Adds support for custom games. Builds off of
custom-games-shard-3.This final shard adds the custom-game UI: the hand-authored template sources for the scoring panel, referee panel, and audience display (
custom_*.html.tmpl/custom_*.js.tmpl), the shared-JS dispatch hooks (IS_CUSTOM_GAME_MODE), the CSS, and the image assets. The generator's web codegen (added in shard 2) reads these template sources to produce the generated HTML/JS the routing from shard 1 serves.With all four shards in place, go build -tags custom and a full
go generate ./...succeed and the complete test suite passes on both the standard and custom builds.